From: Kenichi Handa Date: Wed, 14 Aug 2002 00:59:15 +0000 (+0000) Subject: (struct x_display_info): New member Xatom_UTF8_STRING. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~55792 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=18538ab385512a8d1b921ddbef123d26a8bcdbe6;p=emacs.git (struct x_display_info): New member Xatom_UTF8_STRING. --- diff --git a/src/xterm.h b/src/xterm.h index 2258577833a..03b746fd410 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -289,7 +289,7 @@ struct x_display_info /* More atoms, which are selection types. */ Atom Xatom_CLIPBOARD, Xatom_TIMESTAMP, Xatom_TEXT, Xatom_DELETE, - Xatom_COMPOUND_TEXT, + Xatom_COMPOUND_TEXT, Xatom_UTF8_STRING, Xatom_MULTIPLE, Xatom_INCR, Xatom_EMACS_TMP, Xatom_TARGETS, Xatom_NULL, Xatom_ATOM_PAIR;